﻿je_reformist_victory = {
	icon = "gfx/interface/icons/event_icons/event_military.dds"

	complete = {
          		custom_tooltip = {
			text = win_civil_war
			hidden_trigger = {
					 NOT = { exists = c:VNZ }
			}
		}	
       
	}

	on_complete = {
		change_tag = VNZ
	}

    should_be_pinned_by_default = yes
	weight = 100
}